-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jaeger-SPM-Config #655
Jaeger-SPM-Config #655
Conversation
--prometheus.server-url parameter and environment variable METRICS_STORAGE_TYPE=prometheus added to make Jaeger SPM page working.
prometheus.server-url parameter and environment variable
prometheus.server-url
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and seems to work fine!
@devrimdemiroz, can you still fix the yamllint problem (add spaces after commas)?
commited to test in local. will be resolving once it works. Co-authored-by: Pierre Tessier <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works fine. Thanks.
Please add a changelog entry, and cleanup the failed checks. |
So to make this change work with the Helm chart will require an update to the Jaeger helm chart to accept passing in templated variables properly. Managing dependencies is fun 🤪 |
* prometheus.server-url parameter --prometheus.server-url parameter and environment variable METRICS_STORAGE_TYPE=prometheus added to make Jaeger SPM page working. * prometheus.server-url prometheus.server-url parameter and environment variable * Update docker-compose.yml commited to test in local. will be resolving once it works. Co-authored-by: Pierre Tessier <[email protected]> * lint typo correctin * Update CHANGELOG.md * Add Jaeger-SPM-Config ([open-telemetry#655](open-telemetry#655)) * remove extra blank space Co-authored-by: Pierre Tessier <[email protected]>
Changes
prometheus.server-url parameter and environment variable - METRICS_STORAGE_TYPE=prometheus added. So that Jaeger SPM window now shows spanmetrics.
It is not a crucial need as Jager would already be datasourced by Grafana. Nevertheless, it is nice to have.
Merge Requirements
For new features contributions please make sure you have completed the following
essential items:
CHANGELOG.md
updated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.